/* THE GAMED FRAMEWORK — OPERATIONAL & DECISION INTELLIGENCE */

tr{
    display: flex;
    justify-content:left;
    /* gap: 5px; */
    margin-bottom: 2px;
}
.pillar-col-what-col{
    
    /* padding: 10px 40px; */
    color: white;
    width: 100%;
    font-size: 20px;
}
.what-col{
    width: 70%;
    text-align: center;
    background: #f5f5f5;
    color: rgb(20, 20, 20);
}
.pillar-col{
    background: #2f7b3b;
    vertical-align: middle;
    width: 30%;
    text-align: center;

}
.pillar-text {
    text-align: left;
    width: 70%;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.35;
    padding: 14px 14px;
}
.pillar-name{
    width: 20%;
    background: #d9dee5;
    color: #243f6b;
    font-weight: 500;
    line-height: 1.0;
    font-size: large;
    padding: 20px 12px;
   
}
.pillar-letter-color{
    background: #2f7b3b;
    width: 10%;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    color: #f8f8f8;
    letter-spacing: 1px;
   
}
.what-col{
    padding-left: 70px;
    text-align: center;
}
tr{
    
    display: flex;
    width: 100%;
}

/* Media Query */
/* letter colors */
.navy {
    background: #1f3f6f;
}

.blue {
    background: #405f94;
}

.darkblue {
    background: #2f4d84;
}

.green {
    background: #2f7b3b;
}

.gold {
    background: #c4962b;
}

.gamed-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.framework-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

thead,
tbody {
    width: 100%;
    display: block;
}

tbody tr,
thead tr {
    width: 100%;
}

/* Large screens */
@media (min-width: 1200px) {
    .pillar-col-what-col {
        font-size: 20px;
    }

    .pillar-letter-color {
        width: 10%;
        font-size: 30px;
        padding: 18px 10px;
    }

    .pillar-name {
        width: 20%;
        font-size: 20px;
        padding: 20px 12px;
    }

    .pillar-text {
        width: 70%;
        font-size: 15px;
        line-height: 1.5;
        padding: 14px 14px;
    }
}

/* Laptop / Tablet */
@media (max-width: 1199px) {
    .pillar-col-what-col {
        font-size: 18px;
    }

    .pillar-letter-color {
        width: 12%;
        font-size: 26px;
        padding: 16px 8px;
    }

    .pillar-name {
        width: 26%;
        font-size: 18px;
        padding: 18px 10px;
    }

    .pillar-text {
        width: 62%;
        font-size: 14px;
        line-height: 1.5;
        padding: 14px 12px;
    }

    .pillar-col {
        width: 30%;
    }

    .what-col {
        width: 70%;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .pillar-col-what-col {
        font-size: 16px;
    }

    .pillar-letter-color {
        width: 12%;
        font-size: 22px;
        padding: 14px 6px;
    }

    .pillar-name {
        width: 28%;
        font-size: 16px;
        line-height: 1.2;
        padding: 16px 10px;
    }

    .pillar-text {
        width: 60%;
        font-size: 14px;
        line-height: 1.5;
        padding: 14px 10px;
    }

    .pillar-col {
        width: 30%;
        font-size: 15px;
        padding: 12px 8px;
    }

    .what-col {
        width: 70%;
        font-size: 15px;
        padding: 12px 8px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .framework-table-wrapper {
        overflow-x: auto;
    }

    .gamed-table {
        min-width: 700px;
    }

    .pillar-col-what-col {
        font-size: 14px;
    }

    .pillar-letter-color {
        width: 12%;
        font-size: 20px;
        padding: 12px 6px;
    }

    .pillar-name {
        width: 28%;
        font-size: 15px;
        line-height: 1.2;
        padding: 14px 8px;
    }

    .pillar-text {
        width: 60%;
        font-size: 13px;
        line-height: 1.5;
        padding: 12px 8px;
    }

    .pillar-col {
        width: 30%;
        font-size: 13px;
        padding: 10px 6px;
    }

    .what-col {
        width: 70%;
        font-size: 13px;
        padding: 10px 6px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .gamed-table {
        min-width: 620px;
    }

    .pillar-col-what-col {
        font-size: 13px;
    }

    .pillar-letter-color {
        font-size: 18px;
        padding: 10px 4px;
    }

    .pillar-name {
        font-size: 14px;
        padding: 12px 6px;
    }

    .pillar-text {
        font-size: 12px;
        line-height: 1.4;
        padding: 10px 6px;
    }

    .pillar-col,
    .what-col {
        font-size: 12px;
        padding: 10px 6px;
    }
}
/* gamed framework card */
/*     gamed-letter

 */
 .gamed-framework-container{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
 }
.gamed-framework{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    background-color: #f5f5f5;
    padding: 1rem;
}
.gamed-framework:hover{
    box-shadow:0 5px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: white;
    

}
html{
    scroll-behavior: smooth;
}
.gamed-letter{
    background-color: #2f7b3b;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    display: flex;
    font-weight: 700;
    font-size: x-large;
    color: #f5f5f5;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    padding: 30px 30px;
}

.gamed-word{
    font-size: larger;
    font-weight: 600;
}
.gamed-message{
    line-height: 1.5;
    padding: 1.5rem;
    background-color: #e9e9e9;
}

@media (max-width: 767px) { 
    .gamed-framework-container, .star-framework-container-all{
        display: flex;
        flex-direction:column;
        max-width: 100%;
    }
    .gamed-word{
        font-size: medium;
        font-weight: 600;
    }
    .gamed-message{
        font-size: small;
    }
}
.gamed-main-theme{
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.gamed-main-theme{
    display: flex;
    flex-direction: column;
}

/* ESG %ED TO THE GAMED FRAMEWORK */
.section-theme{
    background-color:#0B2D5B;
    color: white;
}
.framework-mapped{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    width: 100%;
    gap: 30px;
   
}
.flex-down{
    display: flex;
    width: 100%;
}
.flex-down-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(2, 2, 53, 0.39);
    border-radius: 20px;
   
}
.mapped-content-box{
    display: flex;
    margin-top: 30px;
    gap: 10px;
    line-height: 1.5;
    font-size:0.8rem;
    
}
.ESG-sub-title{
    text-wrap: nowrap;
    font-weight: 700;
    font-size: medium;
    line-height: 1.4;
    color: #cfcffa;
    border-bottom: 1px solid #020233b7;
    text-align: center;
}
.ESG-mapped-message, .ESG-sub-title{
    margin-top: -10px;
}
.ESG-mapped-message{
  background-color: #0B2D5B;
  padding-top: 10px;
 
}
.ESG-mapped-topic-theme{
    background-color: #0118382f;
   /*  font-size:1.2rem; */
    text-wrap: nowrap;
    font-weight: 550;
    text-align: center;
    color: #f0f6ff;
    padding: 10px;
}
.flex-down-content:hover{
    box-shadow:0 5px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

@media (max-width:767px){
    .framework-mapped{
        display: flex;
        flex-direction: column;
    }
    .mapped-content-box{
        display: flex;
        flex-direction: column;
    }
    .flex-down-content{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction:column;
       
    }
    .align-center{
        text-align: center;
    }
}
/* ESG MAPPED TO THE GAMED FRAMEWORK */

/* THE S.T.A.R. LEGACY STRUCTURE FRAMEWORK — INSTITUTIONAL CONTINUITY & ENDURANCE */
.section-theme-white{
    background-color: white;
}
.ESG-star-framework{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
/* .star-framework-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    
} */
.star-frameworked-content{
   max-width: 100%;
   border-bottom: 5px solid#0B2D5B;
   border-radius: 10px;
}
.star-framework-container-all{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
    max-width: 100%;
    
}
.star-topic-framework{
    display:flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
   
}
.flaticon-content{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:2px solid;
    display: flex;
    font-size: small;
    justify-content: center;
    align-items: center;
    font-size: x-large;
}
.start-mapped-topic-text{
    font-size: medium;
    text-align:left;
    font-weight: 700;
    text-wrap: nowrap;
}
@media (max-width:767px){
        .star-framework-container-all{
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            
        }
       
    }
/* THE S.T.A.R. LEGACY STRUCTURE FRAMEWORK — INSTITUTIONAL CONTINUITY & ENDURANCE */